home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / wizlist_info < prev    next >
Text File  |  2001-04-06  |  958b  |  25 lines

  1. SYNOPSIS
  2.         #include <wizlist.h>
  3.  
  4.         mixed *wizlist_info()
  5.  
  6. DESCRIPTION
  7.         Returns an array with the interesting entries of the wizlist.
  8.         Needs to be privileged by the master object.
  9.  
  10.         The result is an array with one entry for every wizard (uid).
  11.         Every entry is an array itself:
  12.  
  13.           string w[WL_NAME]        = Name of the wizard.
  14.           int    w[WL_COMMANDS]    = Number of commands execute by objects
  15.                                      of this wizard.
  16.           int    w[WL_EVAL_COST]   = Total sum of eval_costs.
  17.           int    w[WL_HEART_BEATS] = Total count of heart_beats.
  18.           int    w[WL_CALL_OUT]    = Reserved for call_out() (unused yet).
  19.           int    w[WL_ARRAY_TOTAL] = Total size of arrays in elements.
  20.           mixed  w[WL_EXTRA]       = Extra wizlist-info if set.
  21.  
  22. SEE ALSO
  23.         privilege_violation(M), set_extra_wizinfo_size(E)
  24.         get_extra_wizinfo(E), set_extra_wizinfo(E)
  25.